Writes the specified number of bytes from buffer to the LeadBufferStream object.
public uint Write(
byte[] buffer,
int bufferIndex,
uint count
)
Public Overloads Function Write( _
ByVal buffer() As Byte, _
ByVal bufferIndex As Integer, _
ByVal count As UInteger _
) As UInteger
public uint Write(
byte[] buffer,
int bufferIndex,
uint count
)
function Leadtools.LeadBufferStream.Write(Byte[],Int32,UInt32)(
buffer ,
bufferIndex ,
count
)
public:
uint Write(
array<byte>^ buffer,
int bufferIndex,
uint count
)
buffer
The buffer containing data to write to the stream.
bufferIndex
Index into buffer where writing begins.
count
The maximum number of bytes to write.
The total number of bytes written into the LeadBufferStream object.
Use the CanWrite property to determine whether the current instance supports reading.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET